nginx 生成一个新的https签名 Posted on 2018-09-14 | In Linux 生成https12certbot certonly --webroot -w /var/www/example/ -d //单个生成 certbot certonly --webroot -w /var/www/example/ -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net //一次生成多个 https 续期1certbot renew //更新全部证书 删除http证书1certbot delete --cert-name example.com //删除一个https证书